func net/http.http2curGoroutineID

4 uses

	net/http (current package)
		h2_bundle.go#L3104: 	return http2goroutineLock(http2curGoroutineID())
		h2_bundle.go#L3111: 	if http2curGoroutineID() != uint64(g) {
		h2_bundle.go#L3120: 	if http2curGoroutineID() == uint64(g) {
		h2_bundle.go#L3127: func http2curGoroutineID() uint64 {